MapToView(LayoutView,PointF[]) Method
In This Topic
Transforms the array of points from the current
LayoutView coordinates to other view's coordinates.
Syntax
'Declaration
Public Overloads Sub MapToView( _
ByVal As LayoutView, _
ByVal () As System.Drawing.PointF _
)
public void MapToView(
LayoutView ,
System.Drawing.PointF[]
)
Parameters
- targetView
- The destination LayoutView or a null reference (Nothing in Visual Basic) to reference the LayoutHost.
- points
- The array of points in the source LayoutView coordinates.
See Also